Class RoutingTableImpl

java.lang.Object
com.cisco.pt.ipc.impl.IPCDataImpl
com.cisco.pt.ipc.sim.impl.RoutingTableImpl
All Implemented Interfaces:
IPCData, RoutingTable

public class RoutingTableImpl extends IPCDataImpl implements RoutingTable
  • Field Details

  • Constructor Details

    • RoutingTableImpl

      public RoutingTableImpl()
  • Method Details

    • getRoutingNetworks

      public List<RoutingNetwork> getRoutingNetworks()
      Specified by:
      getRoutingNetworks in interface RoutingTable
      Returns:
      List<RoutingNetwork> Returns a List<RoutingNetwork>
    • setRoutingNetworks

      public void setRoutingNetworks(List<RoutingNetwork> routingNetworks)
      Specified by:
      setRoutingNetworks in interface RoutingTable
      Parameters:
      routingNetworks - Takes in a parameter of routingNetworks
    • read

      public void read(EncodedBuffer buffer)
      Reads this object from an EncodedBuffer of raw data
      Specified by:
      read in interface IPCData
      Specified by:
      read in class IPCDataImpl
      Parameters:
      buffer - The EncodedBuffer that contains the raw data from which to construct this object